projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc9e6b
)
(table--row-column-insertion-point-p): Use "non-nil" in docstrings.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 3 Nov 2006 15:13:38 +0000
(15:13 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 3 Nov 2006 15:13:38 +0000
(15:13 +0000)
lisp/textmodes/table.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/table.el
b/lisp/textmodes/table.el
index 169eeb249f24fb10323d69a9402a58f65f7cd9fb..70bd3a07a9fc2b77882e414e62b33d790d7739dd 100644
(file)
--- a/
lisp/textmodes/table.el
+++ b/
lisp/textmodes/table.el
@@
-4692,7
+4692,7
@@
of line."
(point)))
(defun table--row-column-insertion-point-p (&optional columnp)
- "Return non
nil if it makes sense to insert a row or a column at point."
+ "Return non
-
nil if it makes sense to insert a row or a column at point."
(and (not buffer-read-only)
(or (get-text-property (point) 'table-cell)
(let ((column (current-column)))